home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / bbs / stockmarket_v201.lha / sm.bugs next >
Text File  |  1993-01-14  |  804b  |  28 lines

  1. History
  2. -------
  3. 01-14-93
  4.    V2.01
  5.       Fixed a bug in winner check.  Failed to place winner value in SM.WINNER.
  6.       Instead, it placed "$f" as the winners value.
  7.  
  8.       Fixed rounding problem with values above $1,000,000.00 - last
  9.       decemial place would get chopped.
  10.       
  11.       Fixed ANSI color when exiting game.  ANSI is no longer left in
  12.       high intensity mode.
  13.  
  14.       Added Version string to sm.client and sm.server
  15.          
  16. 01-02-93
  17.    V2.00
  18.       Released for DLG.
  19.    
  20.  
  21.    
  22. KNOWN PROBLEMS
  23. --------------
  24. Due to the use of 32bit FFPs, only 8 digits are VERY accurate.  After that,
  25. a little precision is lost; mostly only in cents (.xx).  I'm trying to
  26. work around this limit - possibly by using only integers.  (This doesn't
  27. really cause problems since $1,000,000.00 is winning value.)
  28.